| Package | Description |
|---|---|
| com.atid.lib.module.rfid.uhf.event | |
| com.atid.lib.reader | |
| com.atid.lib.reader.event | |
| com.atid.lib.types |
| Modifier and Type | Method and Description |
|---|---|
void |
IATRfidUhfEventListener.onRfidUhfAccessResult(ATRfidUhf uhf,
ResultCode code,
ActionState action,
java.lang.String epc,
java.lang.String data,
java.lang.Object params)
It is called when the device receives the result of executing the functions of Read Memory, Write Memory, Lock and so on.
|
| Modifier and Type | Method and Description |
|---|---|
ActionState |
ATEAReader.getAction()
Returns the current behavior of the device associated with an instance of the ATEAReader class.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ATEAReader.setAction(ActionState state)
ATEAReader Sets the operational state of the device associated with the instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IATEAReaderEventListener.onReaderActionChanged(ATEAReader reader,
ResultCode code,
ActionState action,
java.lang.Object params)
Called when the operational state of the Device associated with the ATEAReader instance changes.
|
| Modifier and Type | Method and Description |
|---|---|
static ActionState |
ActionState.valueOf(int code) |
static ActionState |
ActionState.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ActionState[] |
ActionState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|